posts tagged:

{ how to }


Mocking the Django "order_by" QuerySet Method

October 7, 2023

This week at work, I took on the task of testing `order_by("?")` in our Django codebase. This line says that we want our...

Add a Mobile Menu to Create React App with react-b...

December 22, 2023

A hamburger menu -- the three lines that you can click on to expand into a nav menu -- is almost always a necessity on w...